@charset "utf-8";
/*=============================================================
 oxycapt Layout
=============================================================*/
#contentsArea {
    max-width: unset;
    margin: 0 auto;
    padding: 0;
    box-sizing: inherit;
}
.setLocalMenu #contents {
    width: 100%;
    margin-top: 0;
}
section + section {
    width: 72.31%;
    margin: var(--spaceLL) auto 0;
}
.link-ac {
    justify-content: center;
}
#pageBody .box-clm2>.boxL {
    width: 55%;
}
#pageBody .box-clm2>.boxR {
    width: 40%;
}
.boxContentsS {
    max-width: 700px;
    margin: 0 auto;
}
.ttl-fig {
    font-size: 1.7rem;
}

/* ttl
-------------------------------------------------------------*/
.ttl-h2{
    font-weight:normal;
    font-size:3.2rem;
}
.ttl-h2 .sub {
    font-weight: bold;
    font-size: 2rem;
    display: block;
    margin: 10px 0;
}
.ttl-h3{
	color:#0072bf;
	font-weight:normal;
    font-size: 2.2rem;
}
.ttl-h3::after{
	content: "";
    display: block;
    margin: 0 auto;
    width: 30px;
    border-bottom: 2px solid #546e7a;
    padding-bottom: 5px;
    position: inherit;
    background: none;
}

/* contentsHdr
-------------------------------------------------------------*/
#contentsHdr{
	background-image: url(/products/abd/img/oxycapt_bg_pagetitle.jpg);
    background-size: cover;
    padding: 80px 50px;
}
#contentsHdr div {
    max-width: 1320px;
    margin: 0 auto;
}
#contentsHdr h1{
	font-size:4.4rem;
	line-height:1.25;
	font-weight:bold;
	width:580px;
}
#contentsHdr .catch{
	font-size: 1.8rem;
	line-height:1.4;
	width:610px;
	margin-top:20px;
}

/* relatedArea
-------------------------------------------------------------*/
.relatedArea .img img {
    width: 100%;
}

/* table
-------------------------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px) {
section + section {
    width: 100%;
    margin: var(--spaceL) auto 0;
    padding: 0 15px;
    box-sizing: border-box;
}
.link-ac {
    justify-content: flex-start;
}
.ttl-fig {
    margin: 0 0 15px;
}

/* ttl
-------------------------------------------------------------*/
.ttl-h2{
    font-size:2.2rem;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {
.sp-dsp-block {
    display: block;
}
#pageBody .box-clm2>.boxL,
#pageBody .box-clm2>.boxR{
    width: 100%;
}
#pageBody .box-clm2>.boxL {
    margin-bottom: 15px;
}
    
/* contentsHdr
-------------------------------------------------------------*/
#contentsHdr{
	background-image:none !important;
	min-height:180px;
	margin-bottom:20px;
    padding: 0;
}   
#contentsHdr div {
    padding: 0 15px;
}
#contentsHdr h1{
	text-shadow:0 0 15px rgba(255,255,255,0.75);
	font-size:2.5rem;
	line-height:1.05;
	width:auto;
}
#contentsHdr .sp-gb-pagetitle{margin: 0 -15px;}
#contentsHdr .catch{
	font-size:1.4rem;
	line-height:1.25;
	width:auto;
	max-width:230px;
	margin:8px 0 20px;;
	padding-right:34%;
}
    
/* table
-------------------------------------------------------------*/
.table-data {
    border-collapse: separate !important;
    border-spacing: 0;
    white-space: nowrap;
}
.table-data tr th:first-of-type {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}
.table-data thead th,.table-data tbody td:first-of-type {
    border-left: none !important;
}
.table-data thead th:last-of-type {
    border-right: none !important;
}
.table-data tbody th,.table-data tbody td {
    border-top: none !important;
}
    .col-3>*:nth-child(-n+3) {
        margin-top: 0;
    }
    .col-3>*:nth-child(n+3) {
        margin-top: var(--spaceS);
    }
    
}
